home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog100
< prev
next >
Wrap
Text File
|
1995-06-29
|
207b
|
13 lines
# simple pushButton test
xtAppInitialize -class Program \
-fallbackResources {
{*foreground: red}
{Program*fred**labelString: hi there}
}
xmPushButton .fred managed
. realizeWidget
. mainLoop